HighContrast: make sidebar list rows taller
authorJakub Steiner <jimmac@gmail.com>
Fri, 11 Sep 2015 10:39:08 +0000 (12:39 +0200)
committerJakub Steiner <jimmac@gmail.com>
Fri, 11 Sep 2015 10:40:48 +0000 (12:40 +0200)
sync with Adwaita

https://bugzilla.gnome.org/show_bug.cgi?id=754866

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index c9b35bb7da2a1d6898a1aa4c7ed5e596080fbf30..3a77bc682f4bc341ff157d6cd814b0499fc8709b 100644 (file)
@@ -2197,7 +2197,7 @@ GtkFileChooserDialog {
 $_placesidebar_icons_opacity: 0.9;
 GtkSidebarRow {
   // Needs overriding of the GtkListBoxRow padding
-  @at-root .list-row {
+  &.list-row {
     padding: 0px;
   }
   // Using margins/padding directly in the SidebarRow
index 9a2aa2c91935b4f077e1275b54bda62433f7187d..23202cb4be49897e10ac9375a59ff4949800dbda 100644 (file)
@@ -2395,7 +2395,7 @@ GtkFileChooserDialog .dialog-action-box {
       border-right: none;
       border-left: 1px solid #7f7f7f; }
 
-.list-row {
+GtkSidebarRow.list-row {
   padding: 0px; }
 GtkSidebarRow .sidebar-revealer {
   padding: 4px 14px 4px 12px; }